home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / INTLDEMO.PAK / CALLDEMO.H < prev    next >
Text File  |  1997-05-06  |  1KB  |  33 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows - (C) Copyright 1991, 1996 by Borland International
  3. //   calldemo.h
  4. //
  5. //----------------------------------------------------------------------------
  6.  
  7. #define ICON_1    1
  8. #define CALLDEMODLG            1
  9. #define IDC_LANGUAGE         101
  10. #define IDC_ENGLISH          102
  11. #define IDC_FRENCH           103
  12. #define IDC_GERMAN           104
  13. #define IDC_LOCALE           105
  14. #define IDC_CLOCALE          106
  15. #define IDC_USLOCALE         107
  16. #define IDC_UKLOCALE         108
  17. #define IDC_FRALOCALE        109
  18. #define IDC_GERLOCALE        110
  19. #define IDC_CLASSIFICATION   111
  20.  
  21. #define IDS_ISALNUM          200
  22. #define IDS_ISALPHA          201
  23. #define IDS_ISASCII          202
  24. #define IDS_ISCNTRL          203
  25. #define IDS_ISDIGIT          204
  26. #define IDS_ISGRAPH          205
  27. #define IDS_ISLOWER          206
  28. #define IDS_ISPRINT          207
  29. #define IDS_ISPUNCT          208
  30. #define IDS_ISSPACE          209
  31. #define IDS_ISUPPER          210
  32. #define IDS_ISXDIGIT         211
  33.